Vcenter Identity Providers OidcUpdateSpec

Vcenter Identity Providers OidcUpdateSpec
Vcenter Identity Providers OidcUpdateSpec

The Vcenter Identity Providers OidcUpdateSpec schema contains the information used to update the OIDC identity provider.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "discovery_endpoint": "string",
    "client_id": "string",
    "client_secret": "string",
    "claim_map": {
        "claim_map": {
            "claim_map": [
                "string"
            ]
        }
    }
}
string As uri As uri
discovery_endpoint
Optional

Endpoint to retrieve the provider metadata

This property was added in vSphere API 7.0.0.0.

If missing or null, leaves value unchanged.

string
client_id
Optional

Client identifier to connect to the provider

This property was added in vSphere API 7.0.0.0.

If missing or null, leaves value unchanged.

string
client_secret
Optional

The secret shared between the client and the provider

This property was added in vSphere API 7.0.0.0.

If missing or null, leaves value unchanged.

object
claim_map
Optional

The map used to transform an OAuth2 claim to a corresponding claim that vCenter Server understands. Currently only the key "perms" is supported. The key "perms" is used for mapping the "perms" claim of incoming JWT. The value is another map with an external group as the key and a vCenter Server group as value.

This property was added in vSphere API 7.0.0.0.

If missing or null, leaves value unchanged.